From 94ad177176a98de679a630d42deef522df0af8e6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 5 Jun 2021 17:19:39 -0400 Subject: [PATCH] popovermenu: doc tweaks --- gtk/gtkpopovermenu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkpopovermenu.c b/gtk/gtkpopovermenu.c index 3d183f07b2..28b96cf468 100644 --- a/gtk/gtkpopovermenu.c +++ b/gtk/gtkpopovermenu.c @@ -63,8 +63,8 @@ * of a toplevel `` element, which contains one or more `` * elements. Each `` element contains `` and `` * elements with a mandatory name attribute. `` elements have the - * same content model as ``. Instead of ``, you can use `` or `
` + * same content model as ``. Instead of `` + * or ``, you can use `` or `
` * elements. * * ```xml @@ -99,8 +99,8 @@ * - "action": the prefixed name of the action to trigger * - "target": the parameter to use when activating the action * - "icon" and "verb-icon": names of icons that may be displayed - * - "submenu-action": name of an action that may be used to determine - * if a submenu can be opened + * - "submenu-action": name of an action that may be used to track + * whether a submenu is open * - "hidden-when": a string used to determine when the item will be hidden. * Possible values include "action-disabled", "action-missing", "macos-menubar". * This is mainly useful for exported menus, see [method@Gtk.Application.set_menubar]. -- 2.30.2